stack: Don't underallocate child in interpolate-size case
authorTimm Bäder <mail@baedert.org>
Fri, 28 Oct 2016 10:56:36 +0000 (12:56 +0200)
committerTimm Bäder <mail@baedert.org>
Mon, 31 Oct 2016 18:29:36 +0000 (19:29 +0100)
commitee4ba18d5e4b7550fc9fb0cfe5f83b75f6124cb6
tree48ee29b109ee4577f13b82f15d8324830956861f
parent8dce94c47a9957b47bda28243505ef3f13a509be
stack: Don't underallocate child in interpolate-size case

In that case, we can't just rely on the stack allocation being big
enough. Especially, the child can actually be bigger than the current
stack allocation, so take that into account when positioning it.
gtk/gtkstack.c